set Auto Start
Sets whether this control should start its operation automatically after #initialize(Module) initialization.
If enabled (set to true}), the control's play or operational logic should begin immediately after its initialization phase is complete. If disabled (set to false}), the control will wait for an explicit call to #start() before becoming active.
Sets the auto-start behavior for this hotspot. However, this implementation currently does not store or react to this flag; isAutoStart will always returntrue
.Parameters
flag
If true
, the hotspot should auto-start; false
otherwise. (Currently, this parameter has no effect on behavior).